public class DTTreeControl
| Constructor and Description |
|---|
DTTreeControl(BBjString title$) |
| Modifier and Type | Method and Description |
|---|---|
void | addButton(DTButton button!) |
void | addNode(BBjString text$, BBjString id$, BBjInt index%, BBjVector parents_v!) |
void | addNode(BBjString text$, BBjString id$, BBjInt index%, BBjVector parents_v!, Boolean expand!) |
DTJsonObject | deliver() |
DTJsonObject | getNode(BBjInt index%) |
BBjInt | getTreeSize() |
void | setDragDropApi(BBjString dragDropApi$) |
void | setSearchPlaceholder(BBjString text$) |
void | setSelectedIndex(BBjInt selectedIndex%) |
public DTTreeControl(BBjString title$)public void addButton(DTButton button!)public void addNode(BBjString text$, BBjString id$, BBjInt index%, BBjVector parents_v!, Boolean expand!)
public DTJsonObject deliver()public DTJsonObject getNode(BBjInt index%)public BBjInt getTreeSize()
public void setDragDropApi(BBjString dragDropApi$)public void setSearchPlaceholder(BBjString text$)public void setSelectedIndex(BBjInt selectedIndex%)